{% extends 'base.html' %} {% block content %}

Recent Runs

Showing {{ runs|length }} transcript(s)
{% if runs %}
{% for r in runs %} {% endfor %}
Time File Winning Agents Rounds Actions
{{ r.display_time or r.timestamp or '-' }} {{ r.file }} {{ r.winning_agents|join(', ') }} {{ r.rounds }} View
{% else %}
No transcripts yet

Kick off a run from the CLI or dashboard API to see debate timelines here.

Tip: run python -m freemad.cli --help for options.

{% endif %} {% endblock %}